projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9376021
)
Fix typo in 89035e247591c8d688fce922b7079881aa110f33
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 25 May 2015 10:40:57 +0000
(12:40 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 25 May 2015 10:40:57 +0000
(12:40 +0200)
lisp/net/tramp-sh.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-sh.el
b/lisp/net/tramp-sh.el
index 265e7995378629d296dc04d907989302530dc1d0..f2d7d86fa680b3f1682015b5a23be36f1bdea9da 100644
(file)
--- a/
lisp/net/tramp-sh.el
+++ b/
lisp/net/tramp-sh.el
@@
-2131,7
+2131,7
@@
KEEP-DATE is non-nil if NEWNAME should have the same timestamp as FILENAME."
(jka-compr-inhibit t)
(inhibit-file-name-handlers
(cons epa-file-handler
-
.
(remq 'tramp-file-name-handler inhibit-file-name-handlers))))
+ (remq 'tramp-file-name-handler inhibit-file-name-handlers))))
(with-temp-file newname
(set-buffer-multibyte nil)
(insert-file-contents-literally filename)))